home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000107_JDanSkinner@JDanSkinner.com_Fri Nov 22 10:46:09 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 13885 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Linux/SCO Unix/Windows/Kermit puzzle with remote print
  6. Date: 21 Nov 2002 16:37:53 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 33
  9. Message-ID: <8ce22d01.0211211637.1c908da9@posting.google.com>
  10. NNTP-Posting-Host: 24.159.192.106
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1037925473 28187 127.0.0.1 (22 Nov 2002 00:37:53 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 22 Nov 2002 00:37:53 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13885
  17.  
  18. I have a process which sends a print image file from Unix machine
  19. to Windows machine to be printed on the Windows machine printer.
  20. The file is sent via kermit from Unix machine to willing Windows K95
  21. The following is unix side script:
  22. ------------------------
  23. set script echo off
  24. set term byte 8
  25. set command byte 8
  26. set rec pac 1000
  27. set send pac 1000
  28. set window 4
  29. set file type binary
  30. set file display full
  31. remote print \&@[3]
  32. quit
  33. ------------------------
  34. unix side command:
  35. unix silent kermit -s t-sel-file -a t-dos-file -v 2 -q.
  36. ------------------------
  37. K95 launch scripts are not the same but very similar.
  38. printer commands are the same.
  39.  
  40. SCO OpenServer 5.04 C-Kermit 8.0.201
  41. Linux (Mandrake 8.1) C-Kermit 8.0.206
  42. W98SE K95 2.1.0
  43. This works (GREAT!) from the SCO machine.
  44. Doesn't work from Linux machine.
  45. Further investigation proves the file is transfered from Linux to
  46. Windows but
  47. it doesn't print.  Type command on the file to LPT1 prints the file.
  48. Suggestions?
  49.  
  50. Regards...Dan.
  51.